home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stairway to Heaven
/
Stairway to Heaven.iso
/
tengoku
/
cdrom03.dir
/
00184_Script_184
< prev
next >
Wrap
Text File
|
1995-02-20
|
511b
|
24 lines
on startmovie
global gsaifu
if gsaifu = "off" then
puppetsprite 10, true
set the type of sprite 10 = 0
else
set the type of sprite 10 = 1
end if
global gcard1
if gcard1 = "off" then
puppetsprite 11, true
set the type of sprite 11 = 0
else
set the type of sprite 11 = 1
end if
global gcard2
if gcard2 = "off" then
puppetsprite 12, true
set the type of sprite 12 = 0
else
set the type of sprite 12 = 1
end if
end startmovie